Gets the element at the specified index in the read-only list.
'Declaration
ReadOnly Default Property Item( _
ByVal As Integer _
) As
Parameters
- index
- The zero-based index of the element to get.
Property Value
The element at the specified index in the read-only list.